runtime._defer.head (field)
5 uses
	runtime (current package)
		panic.go#L410: 	d.head = new(atomic.Pointer[_defer])
		panic.go#L412: 	return d.head
		panic.go#L447: 	head := d0.head
		panic.go#L508: 	*(*uintptr)(unsafe.Pointer(&d.head)) = 0
		runtime2.go#L1003: 	head *atomic.Pointer[_defer]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |